'宣言 Public Overrides Function InsertAsync( _ ByVal index As System.Integer, _ ByVal addedItem As T, _ ByVal cancellationToken As System.Threading.CancellationToken _ ) As System.Threading.Tasks.Task(Of Integer)
public override System.Threading.Tasks.Task<int> InsertAsync( System.int index, T addedItem, System.Threading.CancellationToken cancellationToken )
パラメータ
- index
- The index where the item will be inserted.
- addedItem
- The item to be inserted.
- cancellationToken
- The cancellation token.